[INFO] fetching crate facet-xdr-legacy 0.36.0...
[INFO] fixing facet-xdr-legacy-0.36.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-xdr-legacy 0.36.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate facet-xdr-legacy 0.36.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-xdr-legacy 0.36.0
[INFO] tweaked toml for crates.io crate facet-xdr-legacy 0.36.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-xdr-legacy 0.36.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-xdr-legacy 0.36.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded facet-core v0.36.0
[INFO] [stderr]   Downloaded impls v1.0.3
[INFO] [stderr]   Downloaded facet-reflect v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c
[INFO] running `Command { std: "docker" "start" "154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling facet-core v0.36.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]     Checking facet-reflect v0.36.0
[INFO] [stderr]     Checking facet-xdr-legacy v0.36.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `File: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/mod.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let file_bytes = to_vec(&file_example()).unwrap();
[INFO] [stdout]    |                      ------ ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `File`
[INFO] [stdout]   --> tests/mod.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | struct File {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 88 others
[INFO] [stdout] note: required by a bound in `to_vec`
[INFO] [stdout]   --> src/lib.rs:44:22
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn to_vec<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, XdrSerError> {
[INFO] [stdout]    |                      ^^^^^^^^^ required by this bound in `to_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `File: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:47:22
[INFO] [stdout]     |
[INFO] [stdout]  47 |     let file: File = deserialize(&FILE_EXAMPLE_BYTES).unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `File`
[INFO] [stdout]    --> tests/mod.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | struct File {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize`
[INFO] [stdout]    --> src/lib.rs:722:27
[INFO] [stdout]     |
[INFO] [stdout] 722 | pub fn deserialize<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, XdrDeserError> {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Data: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/mod.rs:60:57
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let option_serialization = facet_xdr_legacy::to_vec(&Some(inner)).unwrap();
[INFO] [stdout]    |                                ------------------------ ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Data`
[INFO] [stdout]   --> tests/mod.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | struct Data {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 88 others
[INFO] [stdout]    = note: required for `Option<Data>` to implement `facet_core::Facet<'_>`
[INFO] [stdout] note: required by a bound in `to_vec`
[INFO] [stdout]   --> src/lib.rs:44:22
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn to_vec<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, XdrSerError> {
[INFO] [stdout]    |                      ^^^^^^^^^ required by this bound in `to_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Data: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/mod.rs:61:54
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let vec_serialization = facet_xdr_legacy::to_vec(&vec![inner]).unwrap();
[INFO] [stdout]    |                             ------------------------ ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Data`
[INFO] [stdout]   --> tests/mod.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | struct Data {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 88 others
[INFO] [stdout]    = note: required for `Vec<Data>` to implement `facet_core::Facet<'_>`
[INFO] [stdout] note: required by a bound in `to_vec`
[INFO] [stdout]   --> src/lib.rs:44:22
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn to_vec<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, XdrSerError> {
[INFO] [stdout]    |                      ^^^^^^^^^ required by this bound in `to_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SmallInt: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]   --> tests/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let bytes = to_vec(&small_ints).unwrap();
[INFO] [stdout]    |                 ------ ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `SmallInt`
[INFO] [stdout]   --> tests/mod.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | struct SmallInt {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]              `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]              `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]              `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]            and 88 others
[INFO] [stdout] note: required by a bound in `to_vec`
[INFO] [stdout]   --> src/lib.rs:44:22
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn to_vec<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, XdrSerError> {
[INFO] [stdout]    |                      ^^^^^^^^^ required by this bound in `to_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SmallInt: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:85:18
[INFO] [stdout]     |
[INFO] [stdout]  85 |     let result = deserialize(&bytes).unwrap();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `SmallInt`
[INFO] [stdout]    --> tests/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | struct SmallInt {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize`
[INFO] [stdout]    --> src/lib.rs:722:27
[INFO] [stdout]     |
[INFO] [stdout] 722 | pub fn deserialize<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, XdrDeserError> {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-xdr-legacy` (test "mod") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c", kill_on_drop: false }`
[INFO] [stdout] 154d5dbd09c200ae2e67d0755fa6e239ba65e09eaf5c63e24b7428df240df42c
